From 40b56c2342f0e41104be4a80a0931a3b6bdb8679 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 10 May 2010 19:15:05 +0300 Subject: [PATCH] GtkCList is gone --- modules/engines/ms-windows/msw_style.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/engines/ms-windows/msw_style.c b/modules/engines/ms-windows/msw_style.c index c69d1c7bb4..b9fb0dd0f2 100755 --- a/modules/engines/ms-windows/msw_style.c +++ b/modules/engines/ms-windows/msw_style.c @@ -2024,7 +2024,7 @@ draw_box (GtkStyle *style, if (detail && (!strcmp (detail, "button") || !strcmp (detail, "buttondefault"))) { - if (GTK_IS_TREE_VIEW (widget->parent) || GTK_IS_CLIST (widget->parent)) + if (GTK_IS_TREE_VIEW (widget->parent)) { if (xp_theme_draw (window, XP_THEME_ELEMENT_LIST_HEADER, style, x, y, @@ -3489,8 +3489,7 @@ draw_focus (GtkStyle *style, { return; } - if (GTK_IS_TREE_VIEW (widget->parent) /* list view bheader */ - || GTK_IS_CLIST (widget->parent)) + if (GTK_IS_TREE_VIEW (widget->parent) /* list view bheader */) { return; } -- 2.30.2